home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / tutor / pro30 / trivial.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1991-02-04  |  115 b   |  14 lines

  1. program Puppy_Dog;
  2.  
  3. begin
  4. end.
  5.  
  6.  
  7.  
  8.  
  9. { Result of execution
  10.  
  11. (There is no output from this program )
  12.  
  13. }
  14.